Added #include "gdk-pixbuf-drawable.h" to the top. This fixes remaining
authorCody Russell <bratsche@src.gnome.org>
Thu, 7 Oct 1999 06:22:21 +0000 (06:22 +0000)
committerCody Russell <bratsche@src.gnome.org>
Thu, 7 Oct 1999 06:22:21 +0000 (06:22 +0000)
compile error.

gdk-pixbuf/ChangeLog
gdk/gdkpixbuf-drawable.c

index 8f3b1a4c771dc55bbee7c1c60b944da46548686d..9faa1c4cd6c95a3851a6a6557be37a2e87a1dd02 100644 (file)
@@ -8,6 +8,9 @@
        * src/Makefile.am: Added gdk-pixbuf-drawable.[ch] to
        libgdk_pixbuf_la_SOURCES and libgdk_pixbufinclude_HEADERS.
 
+       * src/gdk-pixbuf-drawable.c: Added #include "gdk-pixbuf-drawable.h"
+       to fix compilation.
+
 1999-09-22  Michael Meeks  <michael@nuclecu.unam.mx>
 
        * src/gdk-pixbuf.c (gdk_pixbuf_new): created.
index 472424a5b2973c1c803d391a42af4d8fe9c494f6..a8cc75b440056b6a48aeb85bd87aafefe537cef5 100644 (file)
@@ -10,6 +10,7 @@
 #include <glib.h>
 #include <gmodule.h>
 #include "gdk-pixbuf.h"
+#include "gdk-pixbuf-drawable.h"
 
 /* private function */